gdkborder: remove unneeded definition
authorWilliam Hua <william.hua@canonical.com>
Wed, 3 Feb 2016 15:20:30 +0000 (10:20 -0500)
committerWilliam Hua <william.hua@canonical.com>
Wed, 3 Feb 2016 16:20:52 +0000 (11:20 -0500)
This reverts 54fa65f544bef281640d18a4a725005f6199a956,
5190d010d95010a845715c719c3b85a75e0c513a, and
a6e4de28842002e7bfdf73def26c4c52d9f9126a.

https://bugzilla.gnome.org/show_bug.cgi?id=756579

docs/reference/gdk/gdk3-sections.txt
gdk/gdktypes.h

index cfcce263ecadc1867dc13f8b4232c60e66fbc277..0e5c66cba234d50cd400352ba78bdd296faceecc 100644 (file)
@@ -638,9 +638,6 @@ gdk_rectangle_intersect
 gdk_rectangle_union
 gdk_rectangle_equal
 
-<SUBSECTION>
-GdkBorder
-
 <SUBSECTION Private>
 gdk_rectangle_get_type
 </SECTION>
index 57dc0feb5383e59f76775722895ae23f51324a1d..01366fd6b731df5a3f7c24d0e3967311933e81a3 100644 (file)
@@ -93,26 +93,6 @@ typedef struct _GdkRectangle          GdkRectangle;
 typedef cairo_rectangle_int_t         GdkRectangle;
 #endif
 
-typedef struct _GdkBorder GdkBorder;
-
-/**
- * GdkBorder:
- * @left: The width of the left border
- * @right: The width of the right border
- * @top: The width of the top border
- * @bottom: The width of the bottom border
- *
- * A struct that specifies a border around a rectangular area
- * that can be of different width on each side.
- */
-struct _GdkBorder
-{
-  gint left;
-  gint right;
-  gint top;
-  gint bottom;
-};
-
 /**
  * GdkAtom:
  *